object msMessagePrinterStatus: TmsMessagePrinterStatus Left = 200 Top = 108 ActiveControl = ButtonCancel BorderStyle = bsDialog Caption = 'Printing' ClientHeight = 108 ClientWidth = 316 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Status: TLabel Left = 64 Top = 24 Width = 44 Height = 13 Caption = 'Printing...' end object Image: TImage Left = 16 Top = 16 Width = 32 Height = 32 Picture.Data = {} end object ButtonCancel: TButton Left = 120 Top = 72 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' Default = True TabOrder = 0 OnClick = ButtonCancelClick end end